persistence

persist via shell profile or rc file

rule:
  meta:
    name: persist via shell profile or rc file
    namespace: persistence
    authors:
      - joakim@intezer.com
    scopes:
      static: function
      dynamic: thread
    att&ck:
      - Persistence::Event Triggered Execution::Unix Shell Configuration Modification [T1546.004]
    examples:
      - 7351f8a40c5450557b24622417fc478d:0x407D11
  features:
    - and:
      - os: linux
      - match: host-interaction/file-system/write
      - or:
        - substring: "/.bash_profile"
        - substring: "/.bash_login"
        - substring: "/.bashrc"
        - substring: "/.profile"
        - substring: "/etc/profile.d/"
        - string: "/etc/profile"

last edited: 2023-11-24 10:35:00